home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / clipper / subntx2.zip / READ.ME < prev    next >
Text File  |  1990-05-24  |  2KB  |  45 lines

  1.  
  2. Thanks for your offer to play with SubNtx() on a network.....
  3.  
  4.  
  5. One way to do some simple testing on a network is to experiment with the 
  6. newest SUBROWSE.PRG from the command line.
  7.  
  8. SUBROWSE will automatically attempt to lock the main index 3 times, once a 
  9. second.  By passing an addittional paramter at the end.
  10.  
  11.  
  12. Remember there is an extra parameter at the beginning of SUBROWSE which is
  13. the name of the dbf file. (Note: this is different from subntx() and 
  14. also note the dbf and index don't require extensions on the command line of
  15. SUBROWSE.EXE)  Here is the syntax for SUBROWSE.EXE:
  16.  
  17. SUBROWSE <dbfname> <main_indexname> <low_key> [<high_key> [<pattern>
  18.                                 [<condtion> [<num_tries_to_lock>]]]]
  19.  
  20.  
  21. <num_tries_to_lock> ==  -1 means infinite tries, 
  22.                          0 means don't try to lock it, 
  23.                          any other number means try that many times.
  24.  
  25.  
  26. To test the multiuser features, all you really need to do is use the 3
  27. required parameters (dbfname, indexname, lowkey), and then if that works ok,
  28. try passing dummy null strings to the others except the last 
  29. <num_of_tries_to_lock>.  On that parameter try some different values 
  30. like -1, 0, or any positive number.
  31.  
  32. If there is a way to make sure the main index is locked (like indexing on
  33. one workstation), then it would be good to run subrowse on a different
  34. workstation at the same time to make sure it works right.  If subrowse gets
  35. an error of some kind, it prints it to the screen.  -7 should mean it
  36. couldn't lock the index.
  37.  
  38. Thanks...let me know of any questions or problems (or successes)...
  39.  
  40. {Skip}
  41.  
  42.  
  43. 615-899-1285  CIS 73377,710
  44.  
  45.